widgets.IATWoojin.wjPassword

Widget Description

short: Versteckte Eingabe eines Strings
de: Ermöglicht dem Benutzer einen Text mit Passwortzeichen einzugeben
en: Enables the user to enter a text with password character masking

Properties

name type description bindable readOnly required defaultValue localizable
ellipsis Boolean If true, overflow of text is symbolized with an ellipsis. false false false false false
enable Boolean Initial option to enable widget. true false false true false
inputRestriction RegEx Indicates the set of characters that a user can enter into the TextInput
If not defined (=default), there is no restriction.
false false false true
keyboard Boolean Determines if internal soft keyboard should open false false false true false
maxLength Integer The maxLength attribute specifies the maximum number of characters allowed in the TextInput
If maxLength < 0, there is no restriction.
false false false -1 false
permissionOperate RoleCollection restricts operability to users, which have given roles false false false false
permissionView RoleCollection restricts visibility to users, which have given roles false false false false
placeholder String Specifies a short hint that describes the expected value of the input field false false false true
style StyleReference reference to a style for this widget type true false false default false
submitOnChange Boolean Determines if changes, triggered by user input, should be sent immediately to the server. false false false true false
tabIndex Integer sets if a widget should have autofocus enabled (0), the order of the focus (>0), or if autofocus should be disabled (-1) false false false -1 false
tooltip String reference to a tooltip for a widget false false false true
value String Value displayed by the widget true false false false
visible Boolean change visibility true false false true false
zIndex UInteger The zIndex property specifies the z-order of a widget and its childs.
When widgets overlap, z-order determines which one covers the other. A widget with a larger zIndex generally covers a widget with a lower one.
The zIndex must be unique within a content.
false false true false
left Integer absolute position measured from left boundary of parent container false false false false
top Integer absolute position measured from top boundary of parent container false false false false
height Size outer height of widget false false false 30 false
width Size outer width of widget false false false 100 false

Styleable Properties

name type description defaultValue
borderWidth PixelValCollection

Sets the border width of the widget. For further information, please see its type

2px
activeBorderWidth PixelValCollection

Sets the border width of the widget while writing in. For further information, please see its type

2px
disabledBorderWidth PixelValCollection

Sets the border width of the widget when disbaled. For further information, please see its type

2px
cornerRadius PixelValCollection

Sets the radius of the widget rounded corners. For further information, please see its type

0px
backColor Color

Sets the background color of the widget

#FFFFFF
disabledBackColor Color

Sets the background color of the widget when disabled

#F1F1F1
backGroundGradient Gradient

Sets the background color of the widget as a gradient. For further information, please see CSS Gradients

none
disabledBackGroundGradient Gradient

Sets the background color of the widget when disabled as a gradient. For further information, please see CSS Gradients property

none
borderColor ColorCollection

Sets the border color of the widget. For further information, please see its type

#999999
disabledBorderColor ColorCollection

Sets the border color of the widget when disabled. For further information, please see its type

#C8C8C8
borderStyle BorderStyle

Style of the border of the widget. For further information, please see its type

solid
textColor Color

Sets the color of the displayed text

#000000
placeholderTextColor Color

Sets the color of the displayed placeholder

#C8C8C8
disabledTextColor Color

Sets the color of the displayed text when the widget is disabled

#C8C8C8
activeBorderColor ColorCollection

Sets the border color of the widget while writing in. For further information, please see its type

#FF8800
activeBackColor Color

Sets the background color of the widget while writing in

#F7F7FF
activeTextColor Color

Sets the color of the displayed text while writing

#333333
textAlign brease.enum.TextAlign

Sets the alignment of the text. For further information, please see its type

right
opacity Opacity

Sets the opacity of the widget

1
fontName FontName

Sets the font name of the displayed text

Arial
fontSize PixelVal

Sets the font size of the displayed text in pixel

20px
bold Boolean

If true, it sets the font style to bold

true
rotation Rotation

Sets the rotation of the widget with respect to its center. Positive values for clockwise direction

0deg
italic Boolean

If true, it sets the font style to italic

false
shadow Shadow

Sets the shadow effect of the widget. For further information, please see its type

none
padding Padding

Sets a space around the displayed text. For further information, please see its type

0 15px 0 15px
margin Margin

Sets a space around the widget. For further information, please see its type

0px